projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5360cc
)
(BROKEN_PROTOTYPES): Defined.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 6 Nov 2001 04:50:55 +0000
(
04:50
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 6 Nov 2001 04:50:55 +0000
(
04:50
+0000)
src/m/news-risc.h
patch
|
blob
|
history
diff --git
a/src/m/news-risc.h
b/src/m/news-risc.h
index bbf5b7ea27640259c72035c786ce85ddddbba6f3..7066395e360b8714a344419236a1e9b606495882 100644
(file)
--- a/
src/m/news-risc.h
+++ b/
src/m/news-risc.h
@@
-51,4
+51,9
@@
#undef KERNEL_FILE
#define KERNEL_FILE "/vmunix"
+/* System's malloc, realloc, calloc and so on have bad prototypes,
+ using char * instead of void *, so tell gmalloc not to use the
+ prototypes. */
+#define BROKEN_PROTOTYPES
+
#endif /* not NEWSOS5 */